07. Exercise: Add the Permission
Add the Permission Exercise
Here is the permission to add for accessing and reading from the DroidTermsExample content provider:
<uses-permission android:name="com.example.udacity.droidtermsexample.TERMS_READ" />
Exercise Code
Add the Permission
SOLUTION:
- I've added the permission for the Content Provider